[INFO] cloning repository https://github.com/whentze/mibph
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/whentze/mibph" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwhentze%2Fmibph", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwhentze%2Fmibph'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fd3a1acf35277de8d26859c86c6c8b085e7ffd86
[INFO] checking whentze/mibph against master#c0bb140a37c81cf59a0b40c21c9413059644e294 for pr-129249-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwhentze%2Fmibph" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/whentze/mibph
[INFO] finished tweaking git repo https://github.com/whentze/mibph
[INFO] tweaked toml for git repo https://github.com/whentze/mibph written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/whentze/mibph on toolchain c0bb140a37c81cf59a0b40c21c9413059644e294
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/whentze/mibph already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nom v7.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 89c37d2dceedfb2e289c53a8f34544d9dde9ba06dacb37fd85b0c2ba75ffa359
[INFO] running `Command { std: "docker" "start" "89c37d2dceedfb2e289c53a8f34544d9dde9ba06dacb37fd85b0c2ba75ffa359", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "89c37d2dceedfb2e289c53a8f34544d9dde9ba06dacb37fd85b0c2ba75ffa359" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "89c37d2dceedfb2e289c53a8f34544d9dde9ba06dacb37fd85b0c2ba75ffa359", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "89c37d2dceedfb2e289c53a8f34544d9dde9ba06dacb37fd85b0c2ba75ffa359" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]     Checking nom v7.1.1
[INFO] [stderr]     Checking mibph v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `number`
[INFO] [stdout]  --> src/main.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | mod number;
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `number`, create file "src/number.rs" or "src/number/mod.rs"
[INFO] [stdout]   = note: if there is a `mod number` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `number`
[INFO] [stdout]  --> src/main.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | mod number;
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `number`, create file "src/number.rs" or "src/number/mod.rs"
[INFO] [stdout]   = note: if there is a `mod number` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Integer` in this scope
[INFO] [stdout]    --> src/lex.rs:296:23
[INFO] [stdout]     |
[INFO] [stdout] 296 |             (Inexact, Integer(i)) => Real(i as f64),
[INFO] [stdout]     |                       ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Real` in this scope
[INFO] [stdout]    --> src/lex.rs:297:23
[INFO] [stdout]     |
[INFO] [stdout] 297 |             (Inexact, Real(x)) => Real(x),
[INFO] [stdout]     |                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Integer` in this scope
[INFO] [stdout]    --> src/lex.rs:296:23
[INFO] [stdout]     |
[INFO] [stdout] 296 |             (Inexact, Integer(i)) => Real(i as f64),
[INFO] [stdout]     |                       ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Real` in this scope
[INFO] [stdout]    --> src/lex.rs:297:23
[INFO] [stdout]     |
[INFO] [stdout] 297 |             (Inexact, Real(x)) => Real(x),
[INFO] [stdout]     |                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Rational` in this scope
[INFO] [stdout]    --> src/lex.rs:298:23
[INFO] [stdout]     |
[INFO] [stdout] 298 |             (Inexact, Rational{num, den}) => Real(num as f64 / den as f64),
[INFO] [stdout]     |                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Integer` in this scope
[INFO] [stdout]    --> src/lex.rs:299:21
[INFO] [stdout]     |
[INFO] [stdout] 299 |             (Exact, Integer(x)) => Integer(x),
[INFO] [stdout]     |                     ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Real` in this scope
[INFO] [stdout]    --> src/lex.rs:300:21
[INFO] [stdout]     |
[INFO] [stdout] 300 |             (Exact, Real(x)) => {
[INFO] [stdout]     |                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Rational` in this scope
[INFO] [stdout]    --> src/lex.rs:307:21
[INFO] [stdout]     |
[INFO] [stdout] 307 |             (Exact, Rational{num, den}) => Rational{num, den},
[INFO] [stdout]     |                     ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Rational` in this scope
[INFO] [stdout]    --> src/lex.rs:307:44
[INFO] [stdout]     |
[INFO] [stdout] 307 |             (Exact, Rational{num, den}) => Rational{num, den},
[INFO] [stdout]     |                                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Rational` in this scope
[INFO] [stdout]    --> src/lex.rs:298:23
[INFO] [stdout]     |
[INFO] [stdout] 298 |             (Inexact, Rational{num, den}) => Real(num as f64 / den as f64),
[INFO] [stdout]     |                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Integer` in this scope
[INFO] [stdout]    --> src/lex.rs:299:21
[INFO] [stdout]     |
[INFO] [stdout] 299 |             (Exact, Integer(x)) => Integer(x),
[INFO] [stdout]     |                     ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Real` in this scope
[INFO] [stdout]    --> src/lex.rs:300:21
[INFO] [stdout]     |
[INFO] [stdout] 300 |             (Exact, Real(x)) => {
[INFO] [stdout]     |                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Rational` in this scope
[INFO] [stdout]    --> src/lex.rs:307:21
[INFO] [stdout]     |
[INFO] [stdout] 307 |             (Exact, Rational{num, den}) => Rational{num, den},
[INFO] [stdout]     |                     ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Rational` in this scope
[INFO] [stdout]    --> src/lex.rs:307:44
[INFO] [stdout]     |
[INFO] [stdout] 307 |             (Exact, Rational{num, den}) => Rational{num, den},
[INFO] [stdout]     |                                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::num::TryFromIntError`
[INFO] [stdout]  --> src/lex.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::num::TryFromIntError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `number::complete::hex_u32` and `separated_list0`
[INFO] [stdout]   --> src/lex.rs:9:70
[INFO] [stdout]    |
[INFO] [stdout]  9 |     multi::{fold_many0, fold_many1, many0, many0_count, many1_count, separated_list0},
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^^^^^
[INFO] [stdout] 10 |     number::complete::hex_u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::num::TryFromIntError`
[INFO] [stdout]  --> src/lex.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::num::TryFromIntError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `number::complete::hex_u32` and `separated_list0`
[INFO] [stdout]   --> src/lex.rs:9:70
[INFO] [stdout]    |
[INFO] [stdout]  9 |     multi::{fold_many0, fold_many1, many0, many0_count, many1_count, separated_list0},
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^^^^^
[INFO] [stdout] 10 |     number::complete::hex_u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Real` in this scope
[INFO] [stdout]    --> src/lex.rs:296:38
[INFO] [stdout]     |
[INFO] [stdout] 296 |             (Inexact, Integer(i)) => Real(i as f64),
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 318 | fn real<const R: u8>(i: &str) -> IResult<&str, Number> {
[INFO] [stdout]     | ------------------------------------------------------ similarly named function `real` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 296 -             (Inexact, Integer(i)) => Real(i as f64),
[INFO] [stdout] 296 +             (Inexact, Integer(i)) => real(i as f64),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Real` in this scope
[INFO] [stdout]    --> src/lex.rs:297:35
[INFO] [stdout]     |
[INFO] [stdout] 297 |             (Inexact, Real(x)) => Real(x),
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 318 | fn real<const R: u8>(i: &str) -> IResult<&str, Number> {
[INFO] [stdout]     | ------------------------------------------------------ similarly named function `real` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 297 -             (Inexact, Real(x)) => Real(x),
[INFO] [stdout] 297 +             (Inexact, Real(x)) => real(x),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Real` in this scope
[INFO] [stdout]    --> src/lex.rs:298:46
[INFO] [stdout]     |
[INFO] [stdout] 298 |             (Inexact, Rational{num, den}) => Real(num as f64 / den as f64),
[INFO] [stdout]     |                                              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 318 | fn real<const R: u8>(i: &str) -> IResult<&str, Number> {
[INFO] [stdout]     | ------------------------------------------------------ similarly named function `real` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 298 -             (Inexact, Rational{num, den}) => Real(num as f64 / den as f64),
[INFO] [stdout] 298 +             (Inexact, Rational{num, den}) => real(num as f64 / den as f64),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Integer` in this scope
[INFO] [stdout]    --> src/lex.rs:299:36
[INFO] [stdout]     |
[INFO] [stdout] 299 |             (Exact, Integer(x)) => Integer(x),
[INFO] [stdout]     |                                    ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 373 | fn uinteger<const R: u8>(i: &str) -> IResult<&str, i64> {
[INFO] [stdout]     | ------------------------------------------------------- similarly named function `uinteger` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 299 -             (Exact, Integer(x)) => Integer(x),
[INFO] [stdout] 299 +             (Exact, Integer(x)) => uinteger(x),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Integer` in this scope
[INFO] [stdout]    --> src/lex.rs:302:21
[INFO] [stdout]     |
[INFO] [stdout] 302 |                     Integer(x as i64)
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 373 | fn uinteger<const R: u8>(i: &str) -> IResult<&str, i64> {
[INFO] [stdout]     | ------------------------------------------------------- similarly named function `uinteger` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 302 -                     Integer(x as i64)
[INFO] [stdout] 302 +                     uinteger(x as i64)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Real` in this scope
[INFO] [stdout]    --> src/lex.rs:296:38
[INFO] [stdout]     |
[INFO] [stdout] 296 |             (Inexact, Integer(i)) => Real(i as f64),
[INFO] [stdout]     |                                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 318 | fn real<const R: u8>(i: &str) -> IResult<&str, Number> {
[INFO] [stdout]     | ------------------------------------------------------ similarly named function `real` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 296 -             (Inexact, Integer(i)) => Real(i as f64),
[INFO] [stdout] 296 +             (Inexact, Integer(i)) => real(i as f64),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Real` in this scope
[INFO] [stdout]    --> src/lex.rs:297:35
[INFO] [stdout]     |
[INFO] [stdout] 297 |             (Inexact, Real(x)) => Real(x),
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 318 | fn real<const R: u8>(i: &str) -> IResult<&str, Number> {
[INFO] [stdout]     | ------------------------------------------------------ similarly named function `real` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 297 -             (Inexact, Real(x)) => Real(x),
[INFO] [stdout] 297 +             (Inexact, Real(x)) => real(x),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Real` in this scope
[INFO] [stdout]    --> src/lex.rs:298:46
[INFO] [stdout]     |
[INFO] [stdout] 298 |             (Inexact, Rational{num, den}) => Real(num as f64 / den as f64),
[INFO] [stdout]     |                                              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 318 | fn real<const R: u8>(i: &str) -> IResult<&str, Number> {
[INFO] [stdout]     | ------------------------------------------------------ similarly named function `real` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 298 -             (Inexact, Rational{num, den}) => Real(num as f64 / den as f64),
[INFO] [stdout] 298 +             (Inexact, Rational{num, den}) => real(num as f64 / den as f64),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Integer` in this scope
[INFO] [stdout]    --> src/lex.rs:299:36
[INFO] [stdout]     |
[INFO] [stdout] 299 |             (Exact, Integer(x)) => Integer(x),
[INFO] [stdout]     |                                    ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 373 | fn uinteger<const R: u8>(i: &str) -> IResult<&str, i64> {
[INFO] [stdout]     | ------------------------------------------------------- similarly named function `uinteger` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 299 -             (Exact, Integer(x)) => Integer(x),
[INFO] [stdout] 299 +             (Exact, Integer(x)) => uinteger(x),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Integer` in this scope
[INFO] [stdout]    --> src/lex.rs:302:21
[INFO] [stdout]     |
[INFO] [stdout] 302 |                     Integer(x as i64)
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 373 | fn uinteger<const R: u8>(i: &str) -> IResult<&str, i64> {
[INFO] [stdout]     | ------------------------------------------------------- similarly named function `uinteger` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 302 -                     Integer(x as i64)
[INFO] [stdout] 302 +                     uinteger(x as i64)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0531, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0531, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mibph` (bin "mibph") due to 13 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `mibph` (bin "mibph" test) due to 13 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "89c37d2dceedfb2e289c53a8f34544d9dde9ba06dacb37fd85b0c2ba75ffa359", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89c37d2dceedfb2e289c53a8f34544d9dde9ba06dacb37fd85b0c2ba75ffa359", kill_on_drop: false }`
[INFO] [stdout] 89c37d2dceedfb2e289c53a8f34544d9dde9ba06dacb37fd85b0c2ba75ffa359
